Any constants or variables can be displayed on the screen. The show variable command differs from print as follows:
• show variables only accepts integers for indexing vector elements;
• show variables requires a blank separated list;
• show variables cannot be part of a function or procedure.
As it has been mentioned previously, this is due to the different types of parsing between the C-calculator and fitting modes. As with all other number displaying commands, the printing format is always the one selected by the set format command.
show variables variable-list
show variables x X[2] Y[2] DY[2] time
print, save variables, show table, show vectors, cmode